var runtime.startingStackSize

7 uses

	runtime (current package)
		metrics.go#L334: 				out.scalar = uint64(startingStackSize)
		proc.go#L4631: 	if stksize != uintptr(startingStackSize) {
		proc.go#L4693: 	if gp.stack.lo != 0 && gp.stack.hi-gp.stack.lo != uintptr(startingStackSize) {
		proc.go#L4707: 			gp.stack = stackalloc(startingStackSize)
		stack.go#L1307: var startingStackSize uint32 = fixedStack
		stack.go#L1333: 		startingStackSize = fixedStack
		stack.go#L1346: 	startingStackSize = uint32(round2(int32(avg)))